func go/types.computeInterfaceTypeSet
8 uses
go/types (current package)
interface.go#L29: func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, token.NoPos, t) }
interface.go#L231: computeInterfaceTypeSet(check, iface.Pos(), ityp)
typeparam.go#L140: computeInterfaceTypeSet(t.check, pos, ityp)
typeset.go#L153: func computeInterfaceTypeSet(check *Checker, pos token.Pos, ityp *Interface) *_TypeSet {
typeset.go#L276: tset := computeInterfaceTypeSet(check, pos, u)
typeset.go#L408: terms = computeInterfaceTypeSet(check, pos, ui).terms
typexpr.go#L164: tset := computeInterfaceTypeSet(check, e.Pos(), t) // TODO(gri) is this the correct position?
universe.go#L102: computeInterfaceTypeSet(nil, token.NoPos, ityp) // prevent races due to lazy computation of tset